home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / bison / README < prev    next >
Encoding:
Text File  |  1988-12-30  |  486 b   |  14 lines

  1. This directory contains the Bison parser generator.
  2.  
  3. When installing Bison on Sequent (or Pyramid?) systems, you must
  4. be in the Berkeley universe.
  5.  
  6. On systems that do not have a working `alloca' function, you will
  7. have to get a working `alloca' (perhaps from GNU Emacs) and edit the
  8. Makefile so that it will be used.
  9.  
  10. On system V, you will need to alter symtab.c to include string.h,
  11. and probably add a definition of bcopy in conflicts.c:
  12.  
  13.             #define bcopy(src,dst,n) memcpy(dst,src,n)
  14.